object UpdateProgressDlg: TUpdateProgressDlg Left = 279 Top = 367 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Auto Update' ClientHeight = 55 ClientWidth = 394 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 90 Height = 13 Caption = 'Downloading file ...' end object ProgressBar: TProgressBar Left = 8 Top = 28 Width = 297 Height = 17 Min = 0 Max = 100 TabOrder = 0 end object btnCancel: TButton Left = 312 Top = 24 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 1 OnClick = btnCancelClick end object Language: TLanguage LangCenter = DM_Language.LangCenter ResStrings.Strings = ( '0001=Downloading') Left = 272 end end